testing.common.level (field)

15 uses

	testing (current package)
		benchmark.go#L824: 			level:   b.level + 1,
		fuzz.go#L310: 				level:     f.level + 1,
		fuzz.go#L524: 						level:     root.level + 1,
		fuzz.go#L610: 			level:     root.level + 1,
		match.go#L89: 	if c != nil && c.level > 0 {
		testing.go#L657: 	level    int               // Nesting depth of test or benchmark.
		testing.go#L771: 			if c.level > 1 {
		testing.go#L1976: 			level:     t.level + 1,
		testing.go#L2036: 			level:      t.level + 1,